.slick{
  overflow: hidden;
  position: relative;
}
.swiper-container img{
  width: 100%;
}
.swiper-wrapper,
.swiper-slide{
  height: auto!important;
}
.index-info {
  margin: 0 auto;
  margin-top: 72px;
  width: 1400px;
}
.index-info-l{
  width: calc(60% - 30px);
  margin-right: 30px;
  float: left;
}
.index-news{
  background-color: #008C8C;
  background-image: url(../image/news_img.png);
  background-repeat: no-repeat;
  background-size: 33.33% 100%;
  background-position: right center; 
}
.index-news-content{
  width: 66.67%;
  float: left;
  padding: 27px 0 48px;
}
.index-news-title{
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-left: 35px;
  width: 65%;
}
.index-news-title img{
  height: 42px;
  width: auto;
  float: left;
}
.index-news-title p{
  margin: 0 24px;
  float: left;
}
.index-news-img{
  width: 33.33%;
  height: 100%;
  float: left;
}
.index-news-wrap{
  margin: 15px 40px 0;
  position: relative;
  padding-bottom: 24px;
}
.index-news-wrap::after{
  content: '';
  position: absolute;
  right: 0;
  left: 10px;
  height: 1px;
  background: #fff;
  bottom: 0;
  display: block;
}
.index-news-list{
  position: relative;
}
.index-news-list img{
  width: 28px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}
.index-news-list p{
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  margin-left: 44px;
  line-height: 54px;
  height: 54px;
  overflow: hidden;
}
.index-news-wrap2{
  margin: 24px 40px 0;
  
}
.index-news-list2{
  font-size: 12px;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  color: #fff;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
}
.index-news-list2::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 21px;
  left: 8px;
}
.index-news-img2{
  width: 100%;
  height: 608px;
  margin-top: 30px;
  /* background: url(http://user-upload-1308320786.cos.ap-chengdu.myqcloud.com/UQCAQYXAVVRYU0AZYTX6WBSFE9H7880Qpng) no-repeat; */
  background: url(../image/lake_scc.jpg) no-repeat;
  background-size: 100% 100%;
}
.index-info-r{
  width: 40%;
  float: left;
}
.index-info-detail{
  background: #721717;
}
.index-detail-date{
  font-size: 14px;
  font-weight: 500;
  color: #FCAAAA;
  line-height: 18px;
  text-align: center;
  padding-top: 28px;
}
.index-detail-title{
  font-size: 50px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  line-height: 48px;
  margin-top: 10px;
}
.index-detail-content{
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 40px 40px 0;
  line-height: 38px;
}
.index-detail-time{
  margin-top: 34px;
}
.index-detail-time-list{
  width: 33.33%;
  float: left;
  text-align: center;
}
.index-detail-time-list p {
  font-weight: bold;
  color: #FFFFFF;
  line-height: 48px;
  font-size: 38px;
}
.index-detail-time-list div {
  font-size: 12px;
  font-weight: 400;
  color: #C3E1AE;
  line-height: 18px;
  margin-top: 18px;
}
.index-detail-weather{
  text-align: center;
  margin-top: 98px;
}
.index-detail-weather span{
  color: #fff;
  font-size: 14px;
}
.index-detail-weather i{
  font-size: 12px;
  font-weight: 400;
  color: #E79696;
  margin-left: 36px;
  font-style: normal;
}
.index-info-way{
  margin-top: 22px;
  background: rgba(255, 255, 255, .1);
}
.index-info-way>div{
  width: calc(50% - 0.5px);
  float: left;
  height: 100%;
}
.index-way-l{
  padding-top: 40px;
  border-right: 1px solid #721717;
}
.index-way-icon{
  width: 140px;
  height: 123px;
  margin: 0 auto;
  background-color: #6F1616;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding-top: 17px;
}
.index-way-icon img{
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
}
.index-way-icon p{
  margin-top: 22px;
  color: #fff;
  font-size: 12px;
}
.index-way-warp{
  line-height: 30px;
  font-size: 14px;
  width: 120px;
  margin: 0 auto;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 27px;
}
.index-way-warp p {
  margin-top: 10px;
}
.index-wrap-r-list{
  width: 50%;
  float: left;
  padding-top: 46px;
}
.index-wrap-r-list img{
  margin: 0 auto;
  margin-bottom: 22px;
  width: 64px;
  height: 64px;
}
.index-wrap-r-list p{
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.index-info-detail-open{
  background: #7C8B71;
}
.index-info-detail-open .index-detail-date{
  color: #C8E6B2;
}
.index-info-detail-open .index-detail-content{
  color: #C3E1AE;
  height: auto;
}
.index-info-detail-open .index-way-l{
  border-right-color: #7C8B71;
}
.index-info-detail-open .index-detail-weather i{
  color: #C3E1AE;
}

.index-info-detail-open .index-way-icon{
  background: #68775E;
}
.index-info-detail-open .index-detail-weather{
  margin-top: 32px;
}
.index-info-detail-open .index-detail-content{
  line-height: 25px;
}

.index-info-content{
  margin-top: 30px;
  background-color: #477990;
  padding: 35px 0 9px;
}

.index-grid2{
  width: 1400px;
  margin: 0 auto;
  margin-top: 50px;
}

.index-scenic{
  width: 1200px;
  margin: 0 auto;
  margin-top: 58px;
  position: relative;
  padding-left: 200px;
}

.index-scenic-title{
  width: 200px;
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  background: url(../image/scenic-bg.jpg) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.index-scenic-title div{
  height: 100%;
  display: table;
  margin: 0 auto;
}
.index-scenic-title div p{
  display: table-cell;
  vertical-align: middle;
}
.index-scenic-list{
  margin-left: 38px;
  float: left;
  width: calc(33.33% - 38px);
}
.index-scenic-list img{
  width: 100%;
  height:  auto;
}
.mask{
  background: rgba(0, 0, 0, .6);
  color: #fff;
}
.mask-titile{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 44px;
}
.mask-content{
  margin: 0 40px;
  color: #fff;
  font-size: 12px;
}

.index-grid{
  width: 1400px;
  margin: 0 auto;
  margin-top: 76px;
  background: #79886E;
  display: table;
}
.index-grid-list{
  width: 20%;
  display: table-cell;
  cursor: pointer;
}
.index-grid-list img{
  width: 142px;
  height: auto;
  margin: 0 auto;
  margin-top: 104px;
  z-index: 100;
  position: relative;
}
.index-grid-list p{
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin: 60px 0 88px;
  z-index: 100;
  position: relative;
}

.index-footer{
  background: #42587B;
  margin: 70px 0 0;
}
.index-footer-wrap{
  padding: 38px 0 56px;
  width: 1400px;
  margin: 0 auto;
}
.index-footer-l{
  width: calc(70% - 0.5px);
  border-right: 1px solid #FFFFFF;
  float: left;
}
.index-footer-title{
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
.index-footer-content{
  color: #ccc;
  font-size: 12px;
  margin-top: 18px;
  line-height: 26px;
}
.index-footer-nav{
  margin-top: 38px;
}
.index-footer-nav-list{
  font-size: 12px;
  font-weight: 500;
  float: left;
  margin-right: 38px;
}
.index-footer-nav-list a{
  color: #fff;
}
.index-footer-address{
  font-size: 12px;
  font-weight: 300;
  color: #ccc;
  margin-top: 28px;
}
.index-footer-r{
  width: calc(30% - 24.5px);
  float: left;
  padding-left: 24px;
}
.index-footer-list{
  font-size: 12px;
  padding: 16px 22px;
  border: 1px solid #fff;
  border-radius: 10px;
  float: left;
  margin: 32px 22px 0 0;
  color: #CCCCCC;
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  .index-scenic{
    width: calc(100% - 160px);
    padding-left: 160px;
  }
  .index-scenic-title{
    width: 160px;
    font-size: 26px;
  }
  .index-grid{
    width: 100%;
  }
  .index-footer-wrap{
    width: calc(100% - 44px);
    margin: 0 20px;
  }
  .index-info{
    width: auto;
  }
  .index-news{
    width: auto;
  }
  .index-footer-list{
    padding: 12px 16px;
  }
  .mask-content{
    font-size: 12px;
  }
}